public static Drilling CreateSlot( Project oProject, double dWidth, double dHeight, List<Placement3D> listOfAdditionalObjects )
public: static Drilling^ CreateSlot( Project^ oProject, double dWidth, double dHeight, List<Placement3D^>^ listOfAdditionalObjects )
Parameters
- oProject
- dWidth
- Width of the drilling. Must be greater than
dHeight
. - dHeight
- Height of the drilling. Must be greater than 0.
- listOfAdditionalObjects
- list, that will be filled by additional created objects. may be null
Return Value
The created Drilling.